home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / mcii103b.arc / DOCS.ARC / README.DOC < prev   
Text File  |  1990-01-13  |  2KB  |  82 lines

  1.                              Menu Commando II 
  2.  
  3. ──────────────────────────────────────────────────────────────────────────────
  4. Please read this section on how to install Menu Commando II on your hard disk.
  5.  
  6. Note: For this example, I'll assume your hard disk is drive 'C' and the floppy
  7.       drive your installing MCII from is drive 'A'.
  8.  
  9. Step 1:
  10.  
  11. English: Create a directory on your hard disk C named MCII and make it the
  12.          current directory.
  13.  
  14. DOSish : MKDIR C:\MCII
  15.          C:
  16.          CD \MCII
  17.  
  18. Step 2:
  19.  
  20. English: Copy the MCII-100.EXE self extracting file into the MCII directory
  21.       
  22. DOSish : COPY A:MCII-100.EXE
  23.  
  24. Step 3:
  25.  
  26. English: Extract all files from MCII-100.EXE file.
  27.  
  28. DOSish : MCII-100
  29.  
  30. Step 4:
  31.  
  32. English: Change the MCII.BAT file if your hard disk is NOT drive C or you
  33.          used a different directory name than MCII. MCII.BAT file reads by
  34.          default as follows:
  35.  
  36.          echo off
  37.          set mcommando=c:\mcii
  38.          c:
  39.          cd \mcii
  40.          mciirun STARTUP
  41.  
  42.  
  43.          You will have to modify lines 2,3, and 4 if your drive or directory
  44.          is different. I'll give some examples to make it clearer:
  45.  
  46.          Example 1) Your primary hard drive is D. You would change MCII.BAT 
  47.                     to read as follows:
  48.  
  49.                     echo off
  50.                     set mcommando=d:\mcii
  51.                     d:
  52.                     cd \mcii
  53.                     mciirun STARTUP
  54.  
  55.         Example  2) You want to use a directory named MENU instead of MCII on
  56.                     drive C. You would change MCII.BAT to read as follows:
  57.  
  58.                     echo off
  59.                     set mcommando=c:\menu
  60.                     c:
  61.                     cd \menu
  62.                     mciirun STARTUP
  63.  
  64. Step 5:
  65.  
  66. English: To run Menu Commando II, type MCII
  67.  
  68. DOSish : MCII
  69.  
  70.  
  71. The above should get you going! If you cannot get the program running, please
  72. don't hestitate to call me at (512)-670-1061 for aid. Please note, if Sandi or
  73. I am not there, please leave your name and number on the recorder. 
  74.  
  75. Thank you for your support,
  76.  
  77.  
  78. Shane Stump
  79. 1321 Klondike 
  80. San Antonio, Texas 78245
  81.  
  82.